home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / Config.dll / 0 / RCDATA / TFORMCONFIGFILTROSCONTENIDO / TFORMCONFIGFILTROSCONTENIDO.txt < prev   
Text File  |  2008-07-21  |  3KB  |  149 lines

  1. object FormConfigFiltrosContenido: TFormConfigFiltrosContenido
  2.   Left = 466
  3.   Top = 380
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Definir filtros de contenidos Web'
  7.   ClientHeight = 276
  8.   ClientWidth = 468
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PlaGroupBox1: TPlaGroupBox
  23.     Left = 14
  24.     Top = 7
  25.     Width = 440
  26.     Height = 222
  27.     TitleFont.Charset = DEFAULT_CHARSET
  28.     TitleFont.Color = 13977088
  29.     TitleFont.Height = -11
  30.     TitleFont.Name = 'Tahoma'
  31.     TitleFont.Style = []
  32.     Caption = 'Filtros de contenido Web'
  33.     TabOrder = 0
  34.     object Image3: TImage
  35.       Left = 10
  36.       Top = 22
  37.       Width = 32
  38.       Height = 33
  39.       Picture.Data = {<image001.bmp>}
  40.       Transparent = True
  41.     end
  42.     object Label1: TLabel
  43.       Left = 57
  44.       Top = 22
  45.       Width = 75
  46.       Height = 13
  47.       Caption = 'Filtros definidos:'
  48.       Transparent = True
  49.     end
  50.     object ListaFiltros: TPlaListBox
  51.       Left = 57
  52.       Top = 41
  53.       Width = 271
  54.       Height = 137
  55.       Sorted = True
  56.       TabOrder = 0
  57.       OnClick = ListaFiltrosClick
  58.       OnDblClick = ListaFiltrosDblClick
  59.     end
  60.     object BtnEliminar: TPlaButton
  61.       Left = 340
  62.       Top = 98
  63.       Width = 88
  64.       Height = 21
  65.       Caption = 'Eliminar'
  66.       Enabled = False
  67.       TabOrder = 1
  68.       OnClick = BtnEliminarClick
  69.     end
  70.     object BtnNuevo: TPlaButton
  71.       Left = 340
  72.       Top = 69
  73.       Width = 88
  74.       Height = 21
  75.       Caption = 'Nuevo...'
  76.       TabOrder = 2
  77.       OnClick = BtnNuevoClick
  78.     end
  79.     object BtnEditar: TPlaButton
  80.       Left = 340
  81.       Top = 127
  82.       Width = 88
  83.       Height = 21
  84.       Caption = 'Editar...'
  85.       Enabled = False
  86.       TabOrder = 3
  87.       OnClick = BtnEditarClick
  88.     end
  89.     object BtnImportar: TPlaButton
  90.       Left = 162
  91.       Top = 190
  92.       Width = 97
  93.       Height = 21
  94.       Caption = 'Importar filtro...'
  95.       TabOrder = 4
  96.       OnClick = BtnImportarClick
  97.     end
  98.     object BtnExportar: TPlaButton
  99.       Left = 57
  100.       Top = 190
  101.       Width = 97
  102.       Height = 21
  103.       Caption = 'Exportar filtro...'
  104.       Enabled = False
  105.       TabOrder = 5
  106.       OnClick = BtnExportarClick
  107.     end
  108.   end
  109.   object ButtonAceptar: TPlaButton
  110.     Tag = 2200
  111.     Left = 300
  112.     Top = 244
  113.     Width = 73
  114.     Height = 21
  115.     Anchors = [akRight, akBottom]
  116.     Caption = '&Aceptar'
  117.     TabOrder = 1
  118.     Default = True
  119.     ModalResult = 1
  120.   end
  121.   object ButtonCancel: TPlaButton
  122.     Tag = 2400
  123.     Left = 381
  124.     Top = 244
  125.     Width = 73
  126.     Height = 21
  127.     Anchors = [akRight, akBottom]
  128.     Caption = '&Cancelar'
  129.     TabOrder = 2
  130.     TabStop = False
  131.     Cancel = True
  132.     ModalResult = 2
  133.   end
  134.   object SaveDialog1: TSaveDialog
  135.     DefaultExt = 'flt'
  136.     Filter = 'Filter files |*.flt'
  137.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  138.     Left = 406
  139.     Top = 192
  140.   end
  141.   object OpenDialog1: TOpenDialog
  142.     DefaultExt = 'flt'
  143.     Filter = 'Filter files |*.flt'
  144.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  145.     Left = 358
  146.     Top = 192
  147.   end
  148. end
  149.